home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / AppleCD SC Training / Using the AppleCD SC / card_13307.txt < prev    next >
Text File  |  1990-04-02  |  3KB  |  118 lines

  1. -- card: 13307 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 8771
  5. -- name: Print Card
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global text
  9.   play "harpsichord" D5
  10.   put "Press the 'Print This' key to print what is in the print field behind this message.  Use the scroll bar to advance to the next screen to print." into card field id 8
  11.   show card field id 8
  12. end openCard
  13.  
  14.  
  15.  
  16. -- part 1 (field)
  17. -- low flags: 01
  18. -- high flags: 0007
  19. -- rect: left=22 top=57 right=317 bottom=484
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 21
  24. -- text size: 10
  25. -- style flags: 0
  26. -- line height: 13
  27. -- part name: Print Field
  28.  
  29.  
  30. -- part 2 (button)
  31. -- low flags: 00
  32. -- high flags: A003
  33. -- rect: left=385 top=32 right=54 bottom=485
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: Go Back
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   hide card field id 8
  45.   put empty into card field id 1
  46.   set scroll of card field id 1 to 0
  47.   visual barn door close to card
  48.   go back
  49. end mouseUp
  50.  
  51.  
  52.  
  53.  
  54. -- part 4 (field)
  55. -- low flags: 80
  56. -- high flags: 0007
  57. -- rect: left=25 top=60 right=309 bottom=475
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 0
  61. -- font id: 3
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Test Field
  66.  
  67.  
  68. -- part 7 (button)
  69. -- low flags: 00
  70. -- high flags: 8003
  71. -- rect: left=23 top=32 right=54 bottom=123
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Print This
  80. ----- HyperTalk script -----
  81. on mouseDown
  82.   hide card field id 8
  83.   show card field id 1
  84.   print card id 6781
  85.   play "harpsichord" D5
  86.   put "Press the 'Print This' key to print what is in the print field behind this message.  Use the scroll bar to advance to the next screen to print." into card field id 8
  87.   show card field id 8
  88. end mouseDown
  89.  
  90.  
  91.  
  92. -- part 8 (field)
  93. -- low flags: 01
  94. -- high flags: 2004
  95. -- rect: left=147 top=219 right=310 bottom=371
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Keep Printing Message
  104.  
  105.  
  106. -- part contents for background part 6
  107. ----- text -----
  108. PRINT PAD
  109.  
  110. -- part contents for card part 4
  111. ----- text -----
  112.   
  113.  
  114.  
  115.  
  116. -- part contents for card part 8
  117. ----- text -----
  118. Press the 'Print This' key to print what is in the print field behind this message.  Use the scroll bar to advance to the next screen to print.